[UI]: Implement dynamic property filter options#3621
Conversation
| setFilteringStatusType('loading'); | ||
|
|
||
| if (filteringProperty?.key === filterKeys.PROJECT_NAME) { | ||
| await getProjects({ name_pattern: filteringText }) |
There was a problem hiding this comment.
The UI should set some sensible limit in filters, e.g. 100 – the default server limit is large (2000) for backward compatibility.
…stance, volume, event, model list pages #3473
|
@olgenn If Victor tested it, we can merge |
jvstme
left a comment
There was a problem hiding this comment.
@olgenn, I tested event filters, found these issues:
-
The
Target projects,Within projects,Target users, andActorsfilters on theEventspage switch from names to IDs in a weird way (as you've mentioned yourself). This is a regression, so it'd be good to fix it. But if there isn't a simple fix, I personally don't mind keeping it as is. -
The
Eventstabs on Project and User pages don't work. They attempt to setwithin_projects,actors, andtarget_usersto names instead of IDs, which fails with error 422.
|
@jvstme I fixed second point |

#3473